home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / uc31.zip / SRCHLITE.SCR < prev    next >
Text File  |  1992-12-28  |  437b  |  20 lines

  1. ; Searchlight BBS login script for Unicom 3
  2. ;
  3. Delay(1000)
  4. Send("^M")
  5. Waitfor(".!!!")
  6. Delay(500)
  7. Send("^[")
  8. Delay(250)
  9. Send("^[")
  10. Waitfor("?") ; Prompt to select C - Color, M - Mono or N - none
  11. Delay(250)
  12. Send ("C^M") ; Set this to C, M or N
  13. Waitfor("Enter your name,")
  14. Delay(1500)
  15. Send("JIM SMITH^M") ;  YOUR FULL NAME GOES HERE
  16. Waitfor("Password?")
  17. Delay(1000)
  18. Send("YOURPASSWORD^M") ; Your password goes here
  19. Exit